shortcutcontroller: Separate trigger/action early returns
authorTimm Bäder <mail@baedert.org>
Thu, 19 Nov 2020 15:27:48 +0000 (16:27 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 30 Nov 2020 14:22:34 +0000 (09:22 -0500)
commit1d6c6fc3b8fcdae9d73976687297935273bf0cec
tree494bbedf99f92af80dad9ade0c42006acc351e05
parent8645773fc668325f9b964dd2c2ce0994e23c415d
shortcutcontroller: Separate trigger/action early returns

We take this early return in update_accel over 36k times when starting
the widget factory and always because the action is not a named action.
gtk/gtkshortcutcontroller.c